home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / main.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-22  |  127b  |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("/mute_sound")
  4.    {
  5.       gotoAndStop("sound_on");
  6.       play();
  7.    }
  8. }
  9.